Tools
This is nothing to say, there is an online tutorial on the Internet good "pro git"
Repo
A multi-code base management tool based on Git
This tool is Google's git based multi-project management tool that can be combined with Gerrit.
Gerrit
Code library server Tools, code audit tools
An online code review tool based on GIT that builds code audit platforms and processes around it
Gitlab
Co
Original address: http://www.if-not-true-then-false.com/2010/yum-remove-repo-repository-yum-disable-repo-repository/
Quick Guide, howto Remove and disable YUM repo (repository). Yum command itself does not contain any way to remove the repository. YUM repo The files is located in/etc/yum.repos.d/directory.
I Use the K
StartBranch(self, name): 858 """Create a new branch off the manifest's revision. 859 """ 894 if GitCommand(self, 895 ['checkout', '-b', branch.name, revid], 896 capture_stdout = True, 897 capture_stderr = True).Wait() == 0: 898 branch.Save() 899 return True
In this case, Repo start
Readers can find the implementation of various repo commands and crack their doubts.
R
Personal email: xiaokeweng@gmail.com
Next, let's take a look at the steps for using repo in the process of downloading the android source code provided on the official website:
Http://source.android.com/source/downloading.html
$ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo$ chmod a+x ~/bin
Personal email: xiaokeweng@gmail.com
For detailed analysis of the Code, even if you do not understand python and look at the annotations, you can also understand the rough. Roughly speaking, the purpose of this repo bootstrap is to assemble the real repo directory, that is, when you want to pull code under a directory, you will enter: repoinit, in essence, it is to visit the website and go down the whole s
Repo usage (zz)
Note: repo is only a script written by Google using Python scripts to call git. It is mainly used to download and manage the software repository of Android projects. (That is, it is used to manage the warehouses managed by GIT)
Download repo address: http://android.git.kernel.org/
Repo usage (zz)
Note: repo is only a script written by Google using Python scripts to call git. It is mainly used to download and manage the software repository of Android projects. (That is, it is used to manage the warehouses managed by GIT)
Download repo address: http://android.git.kernel.org/
A long time ago, I carefully understood the Repo and server principles out of curiosity, but today I suddenly forgot something, so I wanted to record it.
Repo Mechanism
Repo is a software officially developed by google to manage Android projects. Let's take a look at the official description of the
Git is Linux Torvalds to help manage LinuxAn open source distributed version control software developed by the kernel is different from a centralized version control system such as subversion and CVS. There is only one warehouse in the centralized version control system.Library (repository), many working directories, while in distributed version control systems such as git (other major distributed version control systems also have bitkeeper, Mercurial
Very long once out of curiosity and meticulous understanding of the next repo and the principle of server, but today suddenly found some forget. So I wanted to write it down.RepomechanismRepo is a software that Google officially developed to manage Android projects.Let's first look at the official description of the software.
What is a repo file? The repo file is the configuration file of the yum source (software warehouse) in Fedora. Generally, a repo file defines the details of one or more software warehouse, for example, we will download the software
Git is Linux Torvalds to help manage LinuxAn open source distributed version control software developed by the kernel is different from a centralized version control system such as subversion and CVS. There is only one warehouse in the centralized version control system.Library (repository), multiple working directories (WorkingCopy), while in a distributed version control system such as git (other major distributed version control systems include bit
directory after repo sync, which means , the manifest corresponds to all git projects with a branch named Revision attribute value, Repo sync, in any git library under Repo working directory, using the branch created by Git branch or repo start, Are created based on a branch in the GIT library that has the name revisi
(Transferred from http://source.android.com/source/git-repo.html, the company's network operator has questions, so you can view them in the company)
Using repo and git
To work with the android code, you will need to use both git and repo.
GitIs an open-source version-control system designed to handle very largeProjects that are distributed over multiple repositories. in the contextOf Android, we use git f
Document directory
Shell script or Python?
Bootstrap and real Repo
The repo Bootstrap script calls init to complete the first-stage initialization only.
Second-stage repo init
Related posts
This article Reprinted from: http://www.worldhello.net/2010/08/31/1915.html
This article is an advanced description of repo
Git is an open source distributed version control software developed by Linux Torvalds to help manage Linux kernel development, unlike a centralized version control system such as Subversion and CVS. In a centralized version control system there is only one warehouse (repository), many working directories (working copy), and in a distributed version control system like Git (other major distributed version control systems include BitKeeper, Mercurial,
What is a repo file.
The repo file is a configuration file for the Yum source (software warehouse) in fedora, usually a repo file that defines the details of one or more repositories, such as where we will download packages that need to be installed or upgraded, and the settings in
Check whether yum, rpm, and repo are related to CentOS installation R.
Install the software by double-hitting .exe (or. dmg) in the graphic interface, which may cause great discomfort on the Linux server. Previously, I used Google directly, and threw the installation command directly to bash no matter how many days, so I hope to install it smoothly ......
But today, when I want to reinstall the R language,
Use of the Android source code repository and Repo ToolPreface I haven't had a weekend off for a long time. Alas, I don't have to talk about it anymore. I have to learn more and enrich myself at any time. ROM Porting is very tedious and involves a lot of knowledge points. Here we will introduce the terms that ROM Porting often hear and the use of Repo tools.AOSP, AOKP, and cm I believe many Android enthusia
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.